PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentToCSettings Class / setMaxHeadingLevelForContentsPage Method
Maximum heading level to be included in the contents page. 0 means all levels.
In This Topic
    setMaxHeadingLevelForContentsPage Method
    In This Topic
    Sets the maximum heading level to be included in the contents page.
    This value is used if method returns true.
    Syntax
    public void setMaxHeadingLevelForContentsPage( 
       int value
    )

    Parameters

    value
    Maximum heading level to be included in the contents page. 0 means all levels.
    See Also